home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Vortex < prev   
Text File  |  1999-07-05  |  572b  |  55 lines

  1. // Vortex by Andy O'Meara
  2.  
  3. Resn=15,
  4.  
  5. Durn="4.5",
  6.  
  7. CamX="45 * ( 1.1 + sin( t / 5 ) )",
  8. CamY="20 * ( 1 + sin( t / 4 ) )",
  9. CamZ="30 * ( 1 + sin( t / 5.5 ) )",
  10.  
  11. CmLX="0",
  12. CmLY="0",
  13. CmLZ="0",
  14.  
  15. CUpX="0",
  16. CUpY="0",
  17. CUpZ="1",
  18.  
  19.  
  20. R="0",
  21. G=".23*(1-dt)",
  22. B="1-dt",
  23.  
  24.  
  25. widt=420,heig=320,
  26.  
  27. LvlR="1",
  28. LvlG="1",
  29. LvlB="1",
  30.  
  31. // This produces 'particles'
  32. ConL=0,ConB=0,
  33.  
  34.  
  35.  
  36. Fall="0.04",
  37.  
  38. C0="50 * exp( -dt*2.5)",
  39. D0="( dt + .4 * s - .2 ) * 12",
  40.  
  41. C1="50 * ( 1 - dt/3)",
  42. C2="-120 * dt",
  43.  
  44. X="c0 * cos( d0 )",
  45. Y="c0 * sin( d0 )",
  46. Z="c2 + mag( s ) * c1",
  47.  
  48.  
  49. Scal="200",
  50. ScSz=1,
  51.  
  52. Pers="50",
  53.  
  54.  
  55. Vers=30